Purpose | Returns a Projection value in a java.io.InputStream object in ASCII format. |
---|---|
Syntax | For classes ProjBinder and Projection:
For interface DataAccess and classes Record and RelationView:
|
Parameters | proj = Projection ID for a column in a view traversing from left to right.
projName = Projection name for a column in a view traversing from left to right. |
Description | Returns a Projection value in a java.io.InputStream object in ASCII format. |
See also | java.io.InputStream (in the Java API Documentation) |
Purpose | Returns a Projection value as a symjava.lang.Bignum object. |
---|---|
Syntax | For classes ProjBinder and Projection:
For interface DataAccess and classes Record and RelationView:
|
Parameters | proj = Projection ID for a column in a view traversing from left to right.
projName = Projection name for a column in a view traversing from left to right. scale = Number of digits of precision that are on the left side of the decimal point. |
Description | Returns a Projection value as a symjava.lang.Bignum object. |
See also | symjava.lang.Bignum (in the Java API Documentation) |
Purpose | Returns a Projection value in a java.io.InputStream object in binary format. |
---|---|
Syntax | For classes ProjBinder and Projection:
For interface DataAccess and classes Record and RelationView:
|
Parameters | proj = Projection ID for a column in a view traversing from left to right.
projName = Projection name for a column in a view traversing from left to right. |
Description | Returns a Projection value in a java.io.InputStream object in binary format. |
See also | java.io.InputStream (in the Java API Documentation) |
Purpose | Returns a Projection value as a boolean. |
---|---|
Syntax | For classes ProjBinder and Projection:
For interface DataAccess and classes Record and RelationView:
|
Parameters | proj = Projection ID for a column in a view traversing from left to right.
projName = Projection name for a column in a view traversing from left to right. |
Description | Returns a Projection value as a boolean. |
Purpose | Returns a Projection value as a byte. |
---|---|
Syntax | For classes ProjBinder and Projection:
For interface DataAccess and classes Record and RelationView:
|
Parameters | proj = Projection ID for a column in a view traversing from left to right.
projName = Projection name for a column in a view traversing from left to right. |
Description | Returns a Projection value as a byte. |
Purpose | Returns a Projection value as an array of bytes. |
---|---|
Syntax | For classes ProjBinder and Projection:
For interface DataAccess and classes Record and RelationView:
|
Parameters | proj = Projection ID for a column in a view traversing from left to right.
projName = Projection name for a column in a view traversing from left to right. |
Description | Returns a Projection value as a zero-padded array of bytes. The array size is 1 to 255 bytes. |
Purpose | Returns a Projection value as a symjava.sql.Date object. |
---|---|
Syntax | For classes ProjBinder and Projection:
For interface DataAccess and classes Record and RelationView:
|
Parameters | proj = Projection ID for a column in a view traversing from left to right.
projName = Projection name for a column in a view traversing from left to right. |
Description | Returns a Projection value as a symjava.sql.Date object. |
See also | symjava.sql.Date (in the JDBC Specification) |
Purpose | Returns a Projection value as a double. |
---|---|
Syntax | For classes ProjBinder and Projection:
For interface DataAccess and classes Record and RelationView:
|
Parameters | proj = Projection ID for a column in a view traversing from left to right.
projName = Projection name for a column in a view traversing from left to right. |
Description | Returns a Projection value as a double. |
Purpose | Returns a Projection value as a float. |
---|---|
Syntax | For classes ProjBinder and Projection:
For interface DataAccess and classes Record and RelationView:
|
Parameters | proj = Projection ID for a column in a view traversing from left to right.
projName = Projection name for a column in a view traversing from left to right. |
Description | Returns a Projection value as a float. |
Purpose | Returns a Projection value as an int. |
---|---|
Syntax | For classes ProjBinder and Projection:
For interface DataAccess and classes Record and RelationView:
|
Parameters | proj = Projection ID for a column in a view traversing from left to right.
projName = Projection name for a column in a view traversing from left to right. |
Description | Returns a Projection value as an int. |
Purpose | Returns a Projection value as a long. |
---|---|
Syntax | For classes ProjBinder and Projection:
For interface DataAccess and classes Record and RelationView:
|
Parameters | proj = Projection ID for a column in a view traversing from left to right.
projName = Projection name for a column in a view traversing from left to right. |
Description | Returns a Projection value as a long. |
Purpose | Returns a RelationViewMetaData object. |
---|---|
Syntax | For classes Record and RelationView:
|
Parameters | None. |
Description | Returns a RelationViewMetaData object. |
See also | RelationViewMetaData |
Purpose | Returns a Projection value as a short. |
---|---|
Syntax | For classes ProjBinder and Projection:
For interface DataAccess and classes Record and RelationView:
|
Parameters | proj = Projection ID for a column in a view traversing from left to right.
projName = Projection name for a column in a view traversing from left to right. |
Description | Returns a Projection value as a short. |
Purpose | Returns a Projection value as a String. |
---|---|
Syntax | For classes ProjBinder and Projection:
For interface DataAccess and classes Record and RelationView:
|
Parameters | proj = Projection ID for a column in a view traversing from left to right.
projName = Projection name for a column in a view traversing from left to right. |
Description | Returns a Projection value as a space-padded String. The String can have up to 255 characters. |
Purpose | Returns a Projection value as a String in ASCII format. |
---|---|
Syntax | For class ProjBinder:
For interface DataAccess and classes Record and RelationView:
|
Parameters | proj = Projection ID for a column in a view traversing from left to right.
scale = Scale value for the getBignum and getBinary methods. processBinaryData = Indicates whether or not to convert the return value to a String if it is a binary value. columnTypeName = Value's data type. columnType = Value's data type. |
Description | getStringValue returns a Projection value as a String in ASCII format by calling the appropriate getXXX method and converting the result to a String. This method does the following:
|
Purpose | Returns a Projection value as a symjava.sql.Time object. |
---|---|
Syntax | For classes ProjBinder and Projection:
For interface DataAccess and classes Record and RelationView:
|
Parameters | proj = Projection ID for a column in a view traversing from left to right.
projName = Projection name for a column in a view traversing from left to right. |
Description | Returns a Projection value as a symjava.sql.Time object. |
See also | symjava.sql.Time (in the JDBC Specification) |
Purpose | Returns a Projection value as a symjava.sql.Timestamp object. |
---|---|
Syntax | For classes ProjBinder and Projection:
For interface DataAccess and classes Record and RelationView:
|
Parameters | proj = Projection ID for a column in a view traversing from left to right.
projName = Projection name for a column in a view traversing from left to right. |
Description | Returns a Projection value as a symjava.sql.Timestamp object. |
See also | symjava.sql.Timestamp (in the JDBC Specification) |
Purpose | Returns a Projection value in a java.io.InputStream object in Unicode format. |
---|---|
Syntax | For classes ProjBinder and Projection:
For interface DataAccess and classes Record and RelationView:
|
Parameters | proj = Projection ID for a column in a view traversing from left to right.
projName = Projection name for a column in a view traversing from left to right. |
Description | Returns a Projection value in a java.io.InputStream object in Unicode format. Unicode format is useful for international applications. |
See also | java.io.InputStream (in the Java API Documentation) |
Purpose | Initializes an object when you bind the object to a RelationView's projection. |
---|---|
Syntax | For classes Projection and ProjLink:
|
Parameters | data = ProjBinder object. |
Description | Initializes an object when you bind the object to a RelationView's projection. The object needs to track the ProjBinder object to notify the dbANYWHERE Server when the object changes its data. |
See also | ProjBinder |
Purpose | Indicates whether or not a Projection value is defined. |
---|---|
Syntax | For classes ProjBinder and Projection:
For interface DataAccess and classes Record and RelationView:
|
Parameters | proj = Projection ID for a column in a view traversing from left to right.
projName = Projection name for a column in a view traversing from left to right. |
Description | Indicates whether or not a Projection value is defined. |
Returns | True = The Projection value is defined.
False = The Projection value is not defined. |
Purpose | Indicates whether or not a record can be read. |
---|---|
Syntax | public boolean isReadable( ) throws SQLException
|
Parameters | None. |
Description | Indicates whether or not a record can be read. |
Returns | True = The record is in a readable state.
False = The record is not in a readable state. |
Purpose | Indicates whether or not a record can be written to. |
---|---|
Syntax | public boolean isWritable( ) throws SQLException
|
Parameters | None. |
Description | Indicates whether or not a record can be written to. |
Returns | True = The record is in a writable state.
False = The record is not in a writable state. |
Purpose | Indicates that the current record's data for a ProjBinder's RelationView changed. | |
---|---|---|
Syntax | For class Projection:
| For interface ProjLink:
|
Parameters | data = Object for notifying the dbANYWHERE server of persistent data changes. | |
Description | Indicates that the current record's data for a ProjBinder's RelationView changed. Use the ProjBinder object to retrieve the new data. | |
See also | ProjBinder |
Purpose | Indicates that the current record's data for a ProjBinder's RelationView changed. |
---|---|
Syntax | For class Projection:
For interface ProjLink:
|
Parameters | data = Object for notifying the dbANYWHERE server of persistent data changes. |
Description | Indicates that the current record's data for a ProjBinder's RelationView changed. Use the ProjBinder object to set new data. Return values: True = success; False = failure. |
Purpose | Sets a Projection value to a java.io.InputStream object in ASCII format. |
---|---|
Syntax | For classes ProjBinder and Projection:
For interface DataAccess and classes Record and RelationView:
|
Parameters | proj = Projection ID for a column in a view traversing from left to right.
projName = Projection name for a column in a view traversing from left to right. x = Input stream. length = Length of x in bytes. |
Description | Sets a Projection value to a java.io.InputStream object in ASCII format. |
See also | java.io.InputStream (in the Java API Documentation) |
Purpose | Sets a Projection value to a symjava.lang.Bignum value. |
---|---|
Syntax | For classes ProjBinder and Projection:
For interface DataAccess and classes Record and RelationView:
For interface DataAccess and classes Record and RelationView:
|
Parameters | proj = Projection ID for a column in a view traversing from left to right.
projName = Projection name for a column in a view traversing from left to right. x = Input value for the Projection value. |
Description | Sets a Projection value to a symjava.lang.Bignum value. |
See also | symjava.lang.Bignum (in the JDBC Specification) |
Purpose | Sets a Projection value to a java.io.InputStream object in binary format. |
---|---|
Syntax | For classes ProjBinder and Projection:
For interface DataAccess and classes Record and RelationView:
|
Parameters | proj = Projection ID for a column in a view traversing from left to right.
projName = Projection name for a column in a view traversing from left to right. x = Input stream. length = Length of x in bytes. |
Description | Sets a Projection value to a java.io.InputStream object in binary format. |
See also | java.io.InputStream (in the Java API Documentation) |
Purpose | Sets a Projection value to a boolean value. |
---|---|
Syntax | For classes ProjBinder and Projection:
For interface DataAccess and classes Record and RelationView:
For interface DataAccess and classes Record and RelationView:
|
Parameters | proj = Projection ID for a column in a view traversing from left to right.
projName = Projection name for a column in a view traversing from left to right. x = Input value for the Projection value. |
Description | Sets a Projection value to a boolean value. |
Purpose | Sets a Projection value to a byte value. |
---|---|
Syntax | For classes ProjBinder and Projection:
For interface DataAccess and classes Record and RelationView:
For interface DataAccess and classes Record and RelationView:
|
Parameters | proj = Projection ID for a column in a view traversing from left to right.
projName = Projection name for a column in a view traversing from left to right. x = Input value for the Projection value. |
Description | Sets a Projection value to a byte value. |
Purpose | Sets a Projection value to the values in an array of bytes. |
---|---|
Syntax | For classes ProjBinder and Projection:
For interface DataAccess and classes Record and RelationView:
For interface DataAccess and classes Record and RelationView:
|
Parameters | proj = Projection ID for a column in a view traversing from left to right.
projName = Projection name for a column in a view traversing from left to right. x = Input value for the Projection value. The array size is 1 to 255 bytes and must be zero-padded. |
Description | Sets a Projection value to the values in an array of bytes. |
Purpose | Sets a Projection value to a symjava.sql.Date value. |
---|---|
Syntax | For classes ProjBinder and Projection:
For interface DataAccess and classes Record and RelationView:
For interface DataAccess and classes Record and RelationView:
|
Parameters | proj = Projection ID for a column in a view traversing from left to right.
projName = Projection name for a column in a view traversing from left to right. x = Input value for the Projection value. |
Description | Sets a Projection value to symjava.sql.Date value. |
See also | symjava.sql.Date (in the JDBC Specification) |
Purpose | Sets a Projection value to a double value. |
---|---|
Syntax | For classes ProjBinder and Projection:
For interface DataAccess and classes Record and RelationView:
For interface DataAccess and classes Record and RelationView:
|
Parameters | proj = Projection ID for a column in a view traversing from left to right.
projName = Projection name for a column in a view traversing from left to right. x = Input value for the Projection value. |
Description | Sets a Projection value to a double value. |
Purpose | Sets a Projection value to a float value. |
---|---|
Syntax | For classes ProjBinder and Projection:
For interface DataAccess and classes Record and RelationView:
For interface DataAccess and classes Record and RelationView:
|
Parameters | proj = Projection ID for a column in a view traversing from left to right.
projName = Projection name for a column in a view traversing from left to right. x = Input value for the Projection value. |
Description | Sets a Projection value to a float value. |
Purpose | Sets a Projection value to an int value. |
---|---|
Syntax | For classes ProjBinder and Projection:
For interface DataAccess and classes Record and RelationView:
For interface DataAccess and classes Record and RelationView:
|
Parameters | proj = Projection ID for a column in a view traversing from left to right.
projName = Projection name for a column in a view traversing from left to right. x = Input value for the Projection value. |
Description | Sets a Projection value to an int value. |
Purpose | Sets a Projection value to a long value. |
---|---|
Syntax | For classes ProjBinder and Projection:
For interface DataAccess and classes Record and RelationView:
For interface DataAccess and classes Record and RelationView:
|
Parameters | proj = Projection ID for a column in a view traversing from left to right.
projName = Projection name for a column in a view traversing from left to right. x = Input value for the Projection value. |
Description | Sets a Projection value to a long value. |
Purpose | Sets a Projection value to NULL. |
---|---|
Syntax | For classes ProjBinder and Projection:
For interface DataAccess and classes Record and RelationView:
For interface DataAccess and classes Record and RelationView:
|
Parameters | proj = Projection ID for a column in a view traversing from left to right.
projName = Projection name for a column in a view traversing from left to right. sqlType = Data type of the Projection value. |
Description | Sets a Projection value to NULL. |
Purpose | Sets a Projection value to a short value. |
---|---|
Syntax | For classes ProjBinder and Projection:
For interface DataAccess and classes Record and RelationView:
For interface DataAccess and classes Record and RelationView:
|
Parameters | proj = Projection ID for a column in a view traversing from left to right.
projName = Projection name for a column in a view traversing from left to right. x = Input value for the Projection value. |
Description | Sets a Projection value to a short value. |
Purpose | Sets a Projection value to a String value. |
---|---|
Syntax | For classes ProjBinder and Projection:
For interface DataAccess and classes Record and RelationView:
For interface DataAccess and classes Record and RelationView:
|
Parameters | proj = Projection ID for a column in a view traversing from left to right.
projName = Projection name for a column in a view traversing from left to right. x = Input value for the Projection value. The String must be space-padded and can have up to 255 characters. |
Description | Sets a Projection value to a String value. |
Purpose | Sets a Projection value to a symjava.sql.Time value. |
---|---|
Syntax | For classes ProjBinder and Projection:
For interface DataAccess and classes Record and RelationView:
For interface DataAccess and classes Record and RelationView:
|
Parameters | proj = Projection ID for a column in a view traversing from left to right.
projName = Projection name for a column in a view traversing from left to right. x = Input value for the Projection value. |
Description | Sets a Projection value to symjava.sql.Time value. |
See also | symjava.sql.Time (in the JDBC Specification) |
Purpose | Sets a Projection value to a symjava.sql.Timestamp value. |
---|---|
Syntax | For classes ProjBinder and Projection:
For interface DataAccess and classes Record and RelationView:
For interface DataAccess and classes Record and RelationView:
|
Parameters | proj = Projection ID for a column in a view traversing from left to right.
projName = Projection name for a column in a view traversing from left to right. x = Input value for the Projection value. |
Description | Sets a Projection value to a symjava.sql.Timestamp value. |
See also | symjava.sql.Timestamp (in the JDBC Specification) |
Purpose | Sets a Projection value to a java.io.InputStream object in Unicode format. |
---|---|
Syntax | For classes ProjBinder and Projection:
For interface DataAccess and classes Record and RelationView:
|
Parameters | proj = Projection ID for a column in a view traversing from left to right.
projName = Projection name for a column in a view traversing from left to right. x = Input stream. length = Length of x in bytes. |
Description | Sets a Projection value to a java.io.InputStream object in Unicode format. Unicode format is useful for international applications. |
See also | java.io.InputStream (in the Java API Documentation) |
Purpose | Sets a Projection value to a String value. |
---|---|
Syntax | For class ProjBinder:
For interface DataAccess and classes Record and RelationView:
|
Parameters | proj = Projection ID for a column in a view traversing from left to right.
data = Input value for the Projection value. scale = Scale value for the getBignum method. treatBlankAsNull = Indicates whether or not to convert the input value to NULL if it is an empty String. columnTypeName = Value's data type. columnType = Value's data type. |
Description | setValueFromString sets a Projection value to a String value by converting the input value to a String and calling the appropriate setXXX method. This method does the following:
|
Copyright © 1996 Symantec Corporation. All rights reserved.